When to use Bash, when Python/Perl/Ruby? [closed]

Posted by futlib on Server Fault See other posts from Server Fault or by futlib
Published on 2012-11-13T14:26:37Z Indexed on 2012/11/13 17:02 UTC
Read the original article Hit count: 248

Filed under:
|
|
|
|

What's your rationale for when to write a Bash script and when to use a more powerful scripting language (Python, Perl, Ruby, ...)?

I'm finding that very simple scripts are nicer with Bash, but many of those get quite fancy over time, and it never seems like a good idea to rewrite the whole thing. That's why I'm leaning towards always using Python for all scripting.

But since Bash seems to be the the lingua franca of Linux scripting, is that something a responsible system administrator would do?

© Server Fault or respective owner

Related posts about bash

Related posts about scripting